home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / ommm_170.arc / OMMM.CFG < prev    next >
Text File  |  1991-07-13  |  7KB  |  137 lines

  1. ;                   OMMM - The Opus Matrix Message Masher
  2. ;                                Version 1.70
  3. ;
  4. ;     Uncomment the commands you want to use by removing the ";" from
  5. ;     in front of the command.  See Index A of the OMMM documentation
  6. ;     for expanded info and examples.
  7. ;
  8. ;------------------------------------------------------------------------
  9. MESSAGEPATH     c:\bbs\mail             ; -m from command line
  10. ;
  11. ; Message path is the path to your netmail (matrix) message subdirectory.
  12. ;------------------------------------------------------------------------
  13. HOLDPATH        c:\bbs\outbound         ; -h from command line
  14. ;
  15. ; This is the path to your outbound message holding area.  You only
  16. ; specify your primary outbound path, even if you're running with Multi
  17. ; Zones.  See Index D of the docs for info on setting up outbound areas
  18. ; for your other Zones.
  19. ;------------------------------------------------------------------------
  20. ;PRESCANPATH    c:\mailer\prescan.ctl   ; -p from command line
  21. ;
  22. ; This is the full pathname of your prescan routing file.
  23. ;------------------------------------------------------------------------
  24. ROUTEFILE       c:\bbs\route.ctl        ; -c from command line
  25. ;
  26. ; This is the full pathname of your routing control file.
  27. ;------------------------------------------------------------------------
  28. ADDRESS        1:265/100.0              ; -a from command line
  29. ;address        0:109/315.0
  30. ;
  31. ; Matrix address of your system.  You MUST list your primary address
  32. ; first, using 0 for Zone if you're not operating Zone aware.  If you're
  33. ; Zone aware, list each address with it's correct Zone, one on each line,
  34. ; preceded with the word ADDRESS.
  35. ;------------------------------------------------------------------------
  36. FORWARD                                 ; -f from command line
  37. ;
  38. ; Comment forward out if you don't want OMMM to forward messages from
  39. ; other systems.  Be careful of this if you're a Host or Hub.
  40. ;------------------------------------------------------------------------
  41. ;MO?                                    ; -o from command line
  42. ;
  43. ; The mo? verb is necessary if you will be communicating with boards
  44. ; which still run Opus version 1.03 that do their own mail unpacking.
  45. ; These boards don't recognize the Tu?, We?, etc. compressed mail
  46. ; extensions without an attach message.  MO doesn't stand for Monday,
  47. ; but for Mail Out.
  48. ;------------------------------------------------------------------------
  49. GATEROUTE                               ; -g from command line
  50. ;
  51. ; Use gate route if you want OMMM to route all your interzone messages
  52. ; through the zone gates.  This isn't necessary if you're using msged,
  53. ; as it does the gate routing for you (unless the message is marked crash).
  54. ;------------------------------------------------------------------------
  55. ;NO_SCAN                                ; -j from command line
  56. ;
  57. ; To prevent scanning of the matrix mail and only perform routing operations
  58. ; in the outbound.
  59. ;------------------------------------------------------------------------
  60. ;QUIET                                  ; -q from the command line
  61. ;
  62. ; Suppresses some of the displays, which makes OMMM a bit speedier.
  63. ;------------------------------------------------------------------------
  64. POINTNET -1                             ; No command line option, yet.
  65. ;
  66. ; This is for use if you're a Bossnode.  Set the network address the
  67. ; message is to be rerouted to.  So, if you have pointnet set to -1,
  68. ; and your address is 109/315, and a message is found addressed to
  69. ; 109/315.2, the message would be automagically rerouted to -1/2. Opus
  70. ; seems to do points great with the YAHOO/Wazoo protocol when the Network
  71. ; address is -1!
  72. ;
  73. ; Message to  Zone:Net/Node.Point
  74. ; Routed to   Zone:Net/Point
  75. ;------------------------------------------------------------------------
  76. ;NORMAL                                 ; -n from command line
  77. ;
  78. ; Normalize the holding area so No-send packets are sent.  This is
  79. ; like the SEND verb.
  80. ;------------------------------------------------------------------------
  81. ;MAXARC 512K                            ; -x# from command line
  82. ;
  83. ; Specify the maximum Archive size in KB.  The default is no limit.
  84. ;------------------------------------------------------------------------
  85. ;OLDBUNDLE 7                            ; -t# from command line
  86. ;
  87. ; Delete bundles after sitting around too long.  Specify the number of
  88. ; days.
  89. ;------------------------------------------------------------------------
  90. ;NO_DATE                                ; -d from command line
  91. ;
  92. ; Disables the default of time/date stamp converting of Opus messages
  93. ; into FTSC format.  Use this ONLY if you're not using an Opus
  94. ; compatible message editor.
  95. ;------------------------------------------------------------------------
  96. ;NAKED                                  ; -r from command line
  97. ;
  98. ; Using this option will generate file requests for mailers which
  99. ; treat the .REQ files as normal mail, rather than as file requests.
  100. ; Use this ONLY if you're running Binkley.
  101. ;------------------------------------------------------------------------
  102. ;REQUEST                                ; -y from command line
  103. ;
  104. ; Will let you specify the Opus 1.2x requesting options.
  105. ;------------------------------------------------------------------------
  106. ;OZONE                                  ; -z from command line
  107. ;
  108. ; Lets you hold off on processing Zone mail.  With this command, Matrix
  109. ; areas aren't scanned.
  110. ;------------------------------------------------------------------------
  111. SCHED A All 4:00 5:00
  112. ;
  113. ; Schedule definitions.  OMMM now supports listing all schedule info in
  114. ; this config file.  The Route File must still exist, and must have at
  115. ; least one schedule in it.  See the RouteFile section of the docs for
  116. ; more info.
  117. ;------------------------------------------------------------------------
  118. ; Stuffer definitions, command lines.
  119. ;
  120. DEFINE_STUFFER  ARJ             arj a
  121. DEFINE_STUFFER  LHARC           lharc a /m
  122. DEFINE_STUFFER  PAK             pak a
  123. DEFINE_STUFFER  PKPAK           pkpak -oct a
  124. DEFINE_STUFFER  ZIP             pkzip -a
  125. DEFINE_STUFFER  ZOO             zoo -add
  126. ;------------------------------------------------------------------------
  127. ; Stuffer choices for specific nodes. If not listed, the first stuffer
  128. ; is assumed.
  129. ;
  130. ;  STUFFER  ARCA             2:123/4567
  131. ;  STUFFER  ARJ              371/15
  132. ;  STUFFER  LHARC            307/1 7 381/48
  133. ;  STUFFER  PAK              114/80
  134. ;  STUFFER  PKARC            114/23
  135. STUFFER  ZIP              109/420
  136. ;  STUFFER  ZOO              3:123/456
  137.